toggle menu
Spring Boot Kotlin API
4.0.0-SNAPSHOT
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.messaging.amqp.receiving.custom
/
[jvm]MyBean
My
Bean
@
Component
open
class
MyBean
Members
Constructors
My
Bean
Link copied to clipboard
constructor
(
)
Functions
process
Message
Link copied to clipboard
@
RabbitListener
(
queues
=
"someQueue"
,
containerFactory
=
"myFactory"
)
open
fun
processMessage
(
content
:
String
)